*{ margin: 0;font:faimly:"宋体" !important;}
table{margin:0 auto;}
li{ list-style: none;}
a{ text-decoration: none;}
img,input{border:none}
/***************初始化********************/


/*头部*/

.header{ width: 100%; height: 114px; }


.header_In{ width: 1000px; height: 114px; margin: 0 auto; }
	.header_In_l{ width: 196px; height: 114px; float: left;}
	.header_In_r{ width: 761px; height: 114px; float: right; box-sizing: border-box; padding-top: 13px;}
	.header_In_r .first_ul .first_li{ float: left; padding: 9px; line-height: 30px; height: 30px; border-top: #fff 2px solid;}
	.header_In_r .nav .first_ul .cur_top{border-top: #27b7fe 2px solid; }
	.header_In_r .nav .first_ul .cur_top .first_a{ color: #27b7fe;}
	
	.header_In_r .nav  .first_ul .first_li:hover .first_a{color: #27b7fe;}
	.header_In_r .nav  .first_ul .first_li .first_a{ font-size: 16px;   color:#555555;}
/*头部*/
/*内容*/
.main{width: 100%; position:relative;}
.box{ position: absolute; left:0; top:0;width: 100%; height: 100%;}


/*内容*/
/*底部*/
	.foot_In{width: 1003px; height: 70px; margin: 0 auto; overflow: hidden;}
	.foot_l{ width: 516px; float: left;}
	.foot_l ul{ overflow: hidden; }
	.foot_l ul li{ float: left; width: 72px; border-right: #7dcdf4 1px solid; line-height: 14px; text-align: center; margin: 0 3px;}
	.foot_l ul li:last-child{ border: none;}
	.foot_l ul li a{ color: #7dcdf4; font-size: 14px;  }
	.foot_r{ width: 360px; float: right;  box-sizing: border-box; padding-top: 6px;}
	.foot_r ul li{ float: left;height:70px;color: #7dcdf4; font-size: 12px; margin: 0 2px;}
	
/*底部*/